Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR bumps the Synth MCP server/SDK version to 0.0.15 and introduces a new CLI entrypoint to run the MCP server over Streamable HTTP, alongside updates to the build/packaging flow and regenerated Speakeasy artifacts.
Changes:
- Add a new
mcp servecommand that starts an Express server usingStreamableHTTPServerTransport. - Update build/pack logic to stage only distributable files when producing an
.mcpbbundle. - Regenerate Speakeasy outputs / metadata (versions, config), plus a new
bytesToBlobhelper for safer multipart uploads.
Reviewed changes
Copilot reviewed 12 out of 15 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| src/mcp-server/server.ts | Bumps MCP server version metadata. |
| src/mcp-server/mcp-server.ts | Adds the new serve command to the CLI router; bumps CLI version. |
| src/mcp-server/cli/serve/command.ts | Defines CLI flags/docs for Streamable HTTP serve mode. |
| src/mcp-server/cli/serve/impl.ts | Implements the Streamable HTTP Express server, CORS handling, and shutdown hooks. |
| src/mcp-server/build.mts | Adjusts bundling/minification behavior and stages minimal files for .mcpb packaging. |
| src/lib/files.ts | Adds bytesToBlob to avoid Buffer/Blob pooling edge cases in uploads. |
| src/hooks/hooks.ts | Removes automatic registration of custom hooks (notably auth hook). |
| src/lib/config.ts | Bumps SDK metadata/user agent versions. |
| src/lib/security.ts | Formatting-only change to a union type. |
| package.json | Version bump and moves bun from dependencies to devDependencies. |
| package-lock.json | Lockfile updates consistent with package.json and version bump. |
| manifest.json | Version bump for extension manifest. |
| .speakeasy/workflow.lock | Regenerated Speakeasy workflow lock metadata. |
| .speakeasy/gen.yaml | Updates generation config (notably disables OAuth2 flows) and bumps version. |
| .speakeasy/gen.lock | Regenerated Speakeasy generation lock metadata and tracked files. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.